home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Examples / DemoText / DemoText.MAMake next >
Encoding:
Text File  |  1996-04-03  |  796 b   |  34 lines  |  [TEXT/MPS ]

  1. # DemoText.MAMake
  2. # Copyright © 1988-96 by Apple Computer, Inc. All rights reserved.
  3.  
  4. AppName = DemoText
  5.  
  6. OtherInterfaces =  ∂
  7.     "{SrcApp}UTEDocument.h"
  8.  
  9. OtherLinkFiles = ∂
  10.     "{ObjApp}UScriptMenu.cp.o" ∂
  11.     "{ObjApp}UTEDocument.cp.o"
  12.  
  13. "{ObjApp}UScriptMenu.cp.o"    ƒ ∂
  14.     "{SrcApp}UScriptMenu.h" ∂
  15.     {MacAppCPlusIntf} ∂
  16.     {BuildingBlocksCPlusIntf}
  17.  
  18. "{ObjApp}UTEDocument.cp.o"    ƒ ∂
  19.     "{SrcApp}UTEDocument.h" ∂
  20.     {MacAppCPlusIntf} ∂
  21.     {BuildingBlocksCPlusIntf}
  22.  
  23. "{ObjApp}TEDocument.rsrc" ƒ ∂
  24.     "{SrcApp}TEDocument.r" ∂
  25.     "{RIncludes}Types.r" ∂
  26.     "{MAFrameworkIncludes}"MacAppTypes.r ∂
  27.     "{MAFrameworkIncludes}"ViewTypes.r
  28.  
  29. #    List Rez files other than AppName.r that need to Rez'ed with the application.
  30. #    Also list the file containing the 'view' resource type definition.
  31.  
  32. OtherRezFiles = ∂
  33. "{ObjApp}TEDocument.rsrc"
  34.